home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / WWW / Library / Implementation / HTInit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-09  |  421 b   |  19 lines

  1. /*  */
  2.  
  3. /*              Initialisation module                   HTInit.h
  4. **
  5. **      This module resisters all the plug&play software modules which
  6. **      will be used in the program.  This is for a browser.
  7. **
  8. **      To override this, just copy it and link in your version
  9. **      befoe you link with the library.
  10. */
  11.  
  12. #include "HTUtils.h"
  13.  
  14. extern void HTFormatInit NOPARAMS;
  15. extern void HTFileInit NOPARAMS;
  16. /*
  17.  
  18.     */
  19.